not x axis labels python

33

not x axis labels python -

plt.gca().axes.get_xaxis().set_visible(False)
plt.gca().axes.get_yaxis().set_visible(False)

Comments

Submit
0 Comments